public class PointND extends Point
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
PointND(long dim) |
protected |
PointND(long cPtr,
boolean cMemoryOwn) |
|
PointND(PointND other) |
Modifier and Type | Method and Description |
---|---|
double |
angleTo(PointND other) |
Point |
copy() |
void |
delete() |
long |
dimension() |
PointND |
directionVector(PointND other) |
double |
dotProduct(PointND other) |
protected void |
finalize() |
protected static long |
getCPtr(PointND obj) |
double |
length() |
double |
lengthSq() |
void |
normalize() |
protected PointND(long cPtr, boolean cMemoryOwn)
public PointND(long dim)
public PointND(PointND other)